//==============================================================================
// Spartan Hoplite_Anim.txt
//==============================================================================

//==============================================================================
define Armour
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Spartan Armour Pieces
	    ReplaceTexture Infantry G Hoplite Head Standard/Spartan Armour Pieces
         }
      }
   }
}
//==============================================================================
define Spear
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Attachments A SpearC
         }
      }
   }
}
//==============================================================================
define Shield
{
   SetSelector
   {
	VariationLogic
      set hotspot
      {
         version
         {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield2
      	}
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
ReplaceTexture Attachments G Shield Copper/Shield18
         }
      }
   }
}
//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Spartan Helmet
	    ReplaceTexture Infantry G Hoplite Head Standard/Spartan Helmet
         }
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_BoredA
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_IdleA
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
				Connect FrontChest Armour hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
					Connect TopOfHead Plume hotspot
				Connect FrontChest Armour hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry S Spartan Standard
         }
      }
   }
}
